home *** CD-ROM | disk | FTP | other *** search
- on checkMainRollover2
- global gLastRolledOn, gLastRolledCast
- repeat with i = 6 to 14
- if rollOver(i) = 1 then
- if gLastRolledOn = (i - 5) then
- exit
- end if
- if gLastRolledOn <> 0 then
- if i <> 6 then
- resetDrawer()
- end if
- set the castNum of sprite 15 to the number of cast "nullCast"
- end if
- if i = 14 then
- if label("Mar Loop") = the frame then
- exit
- else
- NextScreen()
- puppetSprite(15, 1)
- set gLastRolledOn to 0
- go("Marilyn")
- abort()
- end if
- end if
- set the castNum of sprite 15 to the number of cast ("MainHL" & string(i + 2))
- updateStage()
- set gLastRolledOn to i - 5
- exit
- end if
- end repeat
- if gLastRolledOn = 0 then
- exit
- end if
- resetDrawer()
- set the castNum of sprite 15 to the number of cast "nullCast"
- updateStage()
- set gLastRolledOn to 0
- end
-
- on SetUpRollover2
- puppetSprite(15, 1)
- set the stretch of sprite 15 to 0
- preLoadCast("MainHL7")
- preLoadCast("MainHL8")
- preLoadCast("MainHL9")
- preLoadCast("MainHL10")
- preLoadCast("MainHL11")
- preLoadCast("MainHL12")
- preLoadCast("MainHL13")
- preLoadCast("MainHL14")
- preLoadCast("MainHL15")
- end
-
- on resetDrawer
- if the name of cast the castNum of sprite 6 = "drawer closed" then
- exit
- else
- if the name of cast the castNum of sprite 6 = "MainHL8" then
- exit
- end if
- end if
- puppetSprite(15, 1)
- set the castNum of sprite 14 to the number of cast "drawer closed"
- puppetTransition(4, 2, 6, 1)
- updateStage()
- end
-
- on DrawerClick
- puppetSprite(15, 1)
- if the name of cast the castNum of sprite 15 = "drawer closed" then
- set the castNum of sprite 15 to the number of cast "MainHL8"
- updateStage()
- set the castNum of sprite 15 to the number of cast "drawer open"
- exit
- else
- if the name of cast the castNum of sprite 15 = "MainHL8" then
- updateStage()
- set the castNum of sprite 15 to the number of cast "drawer open"
- exit
- else
- go("65", "06")
- end if
- end if
- end
-